4.6. Retrieving resources
Fetching calendar object resources is carried out by using a CalWS-SOAP fetchItem request with an href
specifying the entity to be fetched. The response will contain the calendaring entity with any related overrides.
FetchItemType
fieldsField | Type | # | ? | Description |
---|---|---|---|---|
| string | 1 | Y | Identify the target of the request. |
The service will respond with a FetchItemResponseType containing either the change token, its href
and the entity or an error response.
FetchItemResponseType
additional fieldsField | Type | # | ? | Description |
---|---|---|---|---|
| string | 0..1 | N | The change token for the fetched entity |
| string | 1 | Y | Identify the entity. |
|
| 0..1 | N | The fetched entity |